home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_2957 / frame_2 / DoAction.as
Encoding:
Text File  |  2004-09-30  |  553 b   |  51 lines

  1. if(0 < n1.Num)
  2. {
  3.    n1._x += 5;
  4.    n1.num += 1;
  5. }
  6. if(0 < n2.Num)
  7. {
  8.    n2._x += 5;
  9.    n2.num += 1;
  10. }
  11. if(0 < n3.Num)
  12. {
  13.    n3._x += 5;
  14.    n3.num += 1;
  15. }
  16. if(0 < n4.Num)
  17. {
  18.    n4._x += 5;
  19.    n4.num += 1;
  20. }
  21. if(0 < n5.Num)
  22. {
  23.    n5._x += 5;
  24.    n5.num += 1;
  25. }
  26. if(0 < n6.Num)
  27. {
  28.    n6._x += 5;
  29.    n6.num += 1;
  30. }
  31. if(0 < n7.Num)
  32. {
  33.    n7._x += 5;
  34.    n7.num += 1;
  35. }
  36. if(0 < n8.Num)
  37. {
  38.    n8._x += 5;
  39.    n8.num += 1;
  40. }
  41. if(0 < n9.Num)
  42. {
  43.    n9._x += 5;
  44.    n9.num += 1;
  45. }
  46. if(0 < n10.Num)
  47. {
  48.    n10._x += 5;
  49.    n10.num += 1;
  50. }
  51.